-
Notifications
You must be signed in to change notification settings - Fork 101
Add comment-format converter #240
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add comment-format converter #240
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Mostly 💯! I think just the hasCheckTrailingLowercase
/ignoreConsecutiveComments
request is the only behavior change, with a couple of smaller things.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks great. If there's a way to close the gap on single vs. many regexp ignore patterns, I'm ok with not looking at them until & unless someone files a followup issue... seems hairy.
Just waiting on the |
I already covered that line but not sure why the test coverage is saying it doesn't 😢 |
Ahh, it's partially covered. Branch coverage is <100% so although the line is hit, not every case in it is. Expanding in I think the missing case is |
@JoshuaKGoldberg Good catch! Now it is ready 🍰 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sweet. Thanks as always @KingDarBoja!
PR Checklist
status: accepting prs
Overview
Add missing
comment-format
converter as already being listed at ROADMAP